﻿2026-04-27T13:56:30.7057748Z Current runner version: '2.333.1'
2026-04-27T13:56:30.7087702Z ##[group]Runner Image Provisioner
2026-04-27T13:56:30.7088568Z Hosted Compute Agent
2026-04-27T13:56:30.7089371Z Version: 20260213.493
2026-04-27T13:56:30.7090096Z Commit: 5c115507f6dd24b8de37d8bbe0bb4509d0cc0fa3
2026-04-27T13:56:30.7091110Z Build Date: 2026-02-13T00:28:41Z
2026-04-27T13:56:30.7091986Z Worker ID: {02478910-fa5d-4512-86d9-2714b2184972}
2026-04-27T13:56:30.7092786Z Azure Region: northcentralus
2026-04-27T13:56:30.7093457Z ##[endgroup]
2026-04-27T13:56:30.7095318Z ##[group]Operating System
2026-04-27T13:56:30.7096018Z Ubuntu
2026-04-27T13:56:30.7096562Z 24.04.4
2026-04-27T13:56:30.7097178Z LTS
2026-04-27T13:56:30.7097677Z ##[endgroup]
2026-04-27T13:56:30.7098270Z ##[group]Runner Image
2026-04-27T13:56:30.7099027Z Image: ubuntu-24.04
2026-04-27T13:56:30.7099597Z Version: 20260413.86.1
2026-04-27T13:56:30.7101457Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260413.86/images/ubuntu/Ubuntu2404-Readme.md
2026-04-27T13:56:30.7103243Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260413.86
2026-04-27T13:56:30.7104342Z ##[endgroup]
2026-04-27T13:56:30.7105630Z ##[group]GITHUB_TOKEN Permissions
2026-04-27T13:56:30.7107793Z Contents: read
2026-04-27T13:56:30.7108478Z Metadata: read
2026-04-27T13:56:30.7109039Z ##[endgroup]
2026-04-27T13:56:30.7111662Z Secret source: Actions
2026-04-27T13:56:30.7112771Z Prepare workflow directory
2026-04-27T13:56:30.7851794Z Prepare all required actions
2026-04-27T13:56:30.7937554Z Getting action download info
2026-04-27T13:56:31.3412528Z Download action repository 'actions/checkout@v6' (SHA:de0fac2e4500dabe0009e67214ff5f5447ce83dd)
2026-04-27T13:56:31.6965732Z Download action repository 'actions/setup-java@v5' (SHA:be666c2fcd27ec809703dec50e508c2fdc7f6654)
2026-04-27T13:56:32.5279724Z Download action repository 'actions/upload-artifact@v7' (SHA:043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)
2026-04-27T13:56:33.8632066Z Complete job name: GMD Smoke Tests
2026-04-27T13:56:33.9160530Z ##[group]Run actions/checkout@v6
2026-04-27T13:56:33.9160991Z with:
2026-04-27T13:56:33.9161157Z   repository: Mesya82/Service-Book
2026-04-27T13:56:33.9161535Z   token: ***
2026-04-27T13:56:33.9161686Z   ssh-strict: true
2026-04-27T13:56:33.9161850Z   ssh-user: git
2026-04-27T13:56:33.9162001Z   persist-credentials: true
2026-04-27T13:56:33.9162177Z   clean: true
2026-04-27T13:56:33.9162334Z   sparse-checkout-cone-mode: true
2026-04-27T13:56:33.9162526Z   fetch-depth: 1
2026-04-27T13:56:33.9162676Z   fetch-tags: false
2026-04-27T13:56:33.9162840Z   show-progress: true
2026-04-27T13:56:33.9163000Z   lfs: false
2026-04-27T13:56:33.9163144Z   submodules: false
2026-04-27T13:56:33.9163302Z   set-safe-directory: true
2026-04-27T13:56:33.9163601Z ##[endgroup]
2026-04-27T13:56:34.0015596Z Syncing repository: Mesya82/Service-Book
2026-04-27T13:56:34.0017677Z ##[group]Getting Git version info
2026-04-27T13:56:34.0018521Z Working directory is '/home/runner/work/Service-Book/Service-Book'
2026-04-27T13:56:34.0019866Z [command]/usr/bin/git version
2026-04-27T13:56:34.0511813Z git version 2.53.0
2026-04-27T13:56:34.0532448Z ##[endgroup]
2026-04-27T13:56:34.0547685Z Temporarily overriding HOME='/home/runner/work/_temp/a5a4a7c9-7342-450e-94b0-266a4d132373' before making global git config changes
2026-04-27T13:56:34.0549764Z Adding repository directory to the temporary git global config as a safe directory
2026-04-27T13:56:34.0553006Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Service-Book/Service-Book
2026-04-27T13:56:34.0588213Z Deleting the contents of '/home/runner/work/Service-Book/Service-Book'
2026-04-27T13:56:34.0592190Z ##[group]Initializing the repository
2026-04-27T13:56:34.0597826Z [command]/usr/bin/git init /home/runner/work/Service-Book/Service-Book
2026-04-27T13:56:34.0702035Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-04-27T13:56:34.0703141Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-04-27T13:56:34.0704545Z hint: to use in all of your new repositories, which will suppress this warning,
2026-04-27T13:56:34.0705300Z hint: call:
2026-04-27T13:56:34.0705753Z hint:
2026-04-27T13:56:34.0707402Z hint: 	git config --global init.defaultBranch <name>
2026-04-27T13:56:34.0708015Z hint:
2026-04-27T13:56:34.0708534Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-04-27T13:56:34.0709283Z hint: 'development'. The just-created branch can be renamed via this command:
2026-04-27T13:56:34.0709916Z hint:
2026-04-27T13:56:34.0710497Z hint: 	git branch -m <name>
2026-04-27T13:56:34.0710941Z hint:
2026-04-27T13:56:34.0711494Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-04-27T13:56:34.0712744Z Initialized empty Git repository in /home/runner/work/Service-Book/Service-Book/.git/
2026-04-27T13:56:34.0714764Z [command]/usr/bin/git remote add origin https://github.com/Mesya82/Service-Book
2026-04-27T13:56:34.0743428Z ##[endgroup]
2026-04-27T13:56:34.0744136Z ##[group]Disabling automatic garbage collection
2026-04-27T13:56:34.0746732Z [command]/usr/bin/git config --local gc.auto 0
2026-04-27T13:56:34.0774506Z ##[endgroup]
2026-04-27T13:56:34.0775203Z ##[group]Setting up auth
2026-04-27T13:56:34.0775876Z Removing SSH command configuration
2026-04-27T13:56:34.0781376Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-04-27T13:56:34.0808766Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-04-27T13:56:34.2362904Z Removing HTTP extra header
2026-04-27T13:56:34.2363567Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-04-27T13:56:34.2395028Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-04-27T13:56:34.2587835Z Removing includeIf entries pointing to credentials config files
2026-04-27T13:56:34.2592178Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-04-27T13:56:34.2623903Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-04-27T13:56:34.2831614Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-04-27T13:56:34.2865334Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/Service-Book/Service-Book/.git.path /home/runner/work/_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T13:56:34.2892117Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/Service-Book/Service-Book/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T13:56:34.2918542Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T13:56:34.2961519Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T13:56:34.2981577Z ##[endgroup]
2026-04-27T13:56:34.2984178Z ##[group]Fetching the repository
2026-04-27T13:56:34.2989959Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +602652fd5eb1d467eb0fc053e5e8eb610feba546:refs/remotes/pull/32/merge
2026-04-27T13:56:34.7932055Z From https://github.com/Mesya82/Service-Book
2026-04-27T13:56:34.7938899Z  * [new ref]         602652fd5eb1d467eb0fc053e5e8eb610feba546 -> pull/32/merge
2026-04-27T13:56:34.7959266Z ##[endgroup]
2026-04-27T13:56:34.7959965Z ##[group]Determining the checkout info
2026-04-27T13:56:34.7961254Z ##[endgroup]
2026-04-27T13:56:34.7961700Z [command]/usr/bin/git sparse-checkout disable
2026-04-27T13:56:34.7988750Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-04-27T13:56:34.8019397Z ##[group]Checking out the ref
2026-04-27T13:56:34.8023320Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/32/merge
2026-04-27T13:56:34.8628739Z Note: switching to 'refs/remotes/pull/32/merge'.
2026-04-27T13:56:34.8651777Z 
2026-04-27T13:56:34.8670773Z You are in 'detached HEAD' state. You can look around, make experimental
2026-04-27T13:56:34.8672021Z changes and commit them, and you can discard any commits you make in this
2026-04-27T13:56:34.8680791Z state without impacting any branches by switching back to a branch.
2026-04-27T13:56:34.8681515Z 
2026-04-27T13:56:34.8682086Z If you want to create a new branch to retain commits you create, you may
2026-04-27T13:56:34.8682915Z do so (now or later) by using -c with the switch command. Example:
2026-04-27T13:56:34.8683582Z 
2026-04-27T13:56:34.8683884Z   git switch -c <new-branch-name>
2026-04-27T13:56:34.8684407Z 
2026-04-27T13:56:34.8684730Z Or undo this operation with:
2026-04-27T13:56:34.8685248Z 
2026-04-27T13:56:34.8685531Z   git switch -
2026-04-27T13:56:34.8686085Z 
2026-04-27T13:56:34.8686530Z Turn off this advice by setting config variable advice.detachedHead to false
2026-04-27T13:56:34.8687235Z 
2026-04-27T13:56:34.8687926Z HEAD is now at 602652f Merge 662157e80bc170b688f0c4f2401d0b1b00cfea4f into 2eb17eb736e1b0f1e96ab0b906ceff0459425aa5
2026-04-27T13:56:34.8843147Z Encountered 1 file that should have been a pointer, but wasn't:
2026-04-27T13:56:34.8843880Z 	app/coverage-baselines/gmd_smoke.ec
2026-04-27T13:56:34.8863316Z ##[endgroup]
2026-04-27T13:56:34.8900668Z [command]/usr/bin/git log -1 --format=%H
2026-04-27T13:56:34.8920751Z 602652fd5eb1d467eb0fc053e5e8eb610feba546
2026-04-27T13:56:34.9274843Z ##[group]Run actions/setup-java@v5
2026-04-27T13:56:34.9275206Z with:
2026-04-27T13:56:34.9275413Z   java-version: 17
2026-04-27T13:56:34.9275643Z   distribution: temurin
2026-04-27T13:56:34.9275888Z   cache: gradle
2026-04-27T13:56:34.9276113Z   java-package: jdk
2026-04-27T13:56:34.9276352Z   check-latest: false
2026-04-27T13:56:34.9276581Z   server-id: github
2026-04-27T13:56:34.9276817Z   server-username: GITHUB_ACTOR
2026-04-27T13:56:34.9277111Z   server-password: GITHUB_TOKEN
2026-04-27T13:56:34.9277392Z   overwrite-settings: true
2026-04-27T13:56:34.9277658Z   job-status: success
2026-04-27T13:56:34.9278113Z   token: ***
2026-04-27T13:56:34.9278335Z ##[endgroup]
2026-04-27T13:56:35.0576406Z ##[group]Installed distributions
2026-04-27T13:56:35.0690178Z Resolved Java 17.0.18+8 from tool-cache
2026-04-27T13:56:35.0691057Z Setting Java 17.0.18+8 as the default
2026-04-27T13:56:35.0700770Z Creating toolchains.xml for JDK version 17 from temurin
2026-04-27T13:56:35.0761368Z Writing to /home/runner/.m2/toolchains.xml
2026-04-27T13:56:35.0761934Z 
2026-04-27T13:56:35.0762299Z Java configuration:
2026-04-27T13:56:35.0762858Z   Distribution: temurin
2026-04-27T13:56:35.0763313Z   Version: 17.0.18+8
2026-04-27T13:56:35.0763876Z   Path: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.18-8/x64
2026-04-27T13:56:35.0764441Z 
2026-04-27T13:56:35.0765078Z ##[endgroup]
2026-04-27T13:56:35.0784049Z Creating settings.xml with server-id: github
2026-04-27T13:56:35.0785675Z Writing to /home/runner/.m2/settings.xml
2026-04-27T13:56:35.2366212Z gradle cache is not found
2026-04-27T13:56:35.2487035Z ##[group]Run chmod +x gradlew
2026-04-27T13:56:35.2487302Z [36;1mchmod +x gradlew[0m
2026-04-27T13:56:35.2508925Z shell: /usr/bin/bash -e {0}
2026-04-27T13:56:35.2509128Z env:
2026-04-27T13:56:35.2509369Z   JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.18-8/x64
2026-04-27T13:56:35.2509749Z   JAVA_HOME_17_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.18-8/x64
2026-04-27T13:56:35.2510949Z ##[endgroup]
2026-04-27T13:56:35.2606837Z ##[group]Run echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' \
2026-04-27T13:56:35.2607423Z [36;1mecho 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' \[0m
2026-04-27T13:56:35.2607764Z [36;1m  | sudo tee /etc/udev/rules.d/99-kvm4all.rules[0m
2026-04-27T13:56:35.2608018Z [36;1msudo udevadm control --reload-rules[0m
2026-04-27T13:56:35.2608245Z [36;1msudo udevadm trigger --name-match=kvm[0m
2026-04-27T13:56:35.2624498Z shell: /usr/bin/bash -e {0}
2026-04-27T13:56:35.2624689Z env:
2026-04-27T13:56:35.2624921Z   JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.18-8/x64
2026-04-27T13:56:35.2625276Z   JAVA_HOME_17_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.18-8/x64
2026-04-27T13:56:35.2625554Z ##[endgroup]
2026-04-27T13:56:35.2723546Z KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"
2026-04-27T13:56:35.3047057Z ##[group]Run ./gradlew pixel2api33Check -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect
2026-04-27T13:56:35.3047940Z [36;1m./gradlew pixel2api33Check -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect[0m
2026-04-27T13:56:35.3066912Z shell: /usr/bin/bash -e {0}
2026-04-27T13:56:35.3067134Z env:
2026-04-27T13:56:35.3067426Z   JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.18-8/x64
2026-04-27T13:56:35.3067982Z   JAVA_HOME_17_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.18-8/x64
2026-04-27T13:56:35.3068462Z ##[endgroup]
2026-04-27T13:56:36.2984735Z Downloading https://services.gradle.org/distributions/gradle-8.11.1-bin.zip
2026-04-27T13:56:37.8472010Z .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%
2026-04-27T13:56:39.3141231Z 
2026-04-27T13:56:39.3161244Z Welcome to Gradle 8.11.1!
2026-04-27T13:56:39.3170867Z 
2026-04-27T13:56:39.3173305Z Here are the highlights of this release:
2026-04-27T13:56:39.3173953Z  - Parallel load and store for Configuration Cache
2026-04-27T13:56:39.3174825Z  - Java compilation errors at the end of the build output
2026-04-27T13:56:39.3175529Z  - Consolidated report for warnings and deprecations
2026-04-27T13:56:39.3175979Z 
2026-04-27T13:56:39.3176411Z For more details see https://docs.gradle.org/8.11.1/release-notes.html
2026-04-27T13:56:39.3176939Z 
2026-04-27T13:56:39.5104936Z Starting a Gradle Daemon (subsequent builds will be faster)
2026-04-27T13:57:42.6107144Z 
2026-04-27T13:57:42.6141366Z > Configure project :app
2026-04-27T13:57:42.6144583Z WARNING: The option setting 'android.testoptions.manageddevices.emulator.gpu=swiftshader_indirect' is experimental.
2026-04-27T13:57:49.9104010Z 
2026-04-27T13:57:49.9108542Z > Task :app:checkKotlinGradlePluginConfigurationErrors SKIPPED
2026-04-27T13:57:49.9109272Z > Task :app:preBuild UP-TO-DATE
2026-04-27T13:57:49.9109770Z > Task :app:preDebugBuild UP-TO-DATE
2026-04-27T13:58:13.3117226Z > Task :app:generateDebugResValues
2026-04-27T13:58:13.3121549Z > Task :app:checkDebugAarMetadata
2026-04-27T13:58:13.7121524Z > Task :app:mapDebugSourceSetPaths
2026-04-27T13:58:13.7130876Z > Task :app:generateDebugResources
2026-04-27T13:58:15.4104784Z > Task :app:createDebugCompatibleScreenManifests
2026-04-27T13:58:15.4120868Z > Task :app:extractDeepLinksDebug
2026-04-27T13:58:15.5143653Z > Task :app:mergeDebugResources
2026-04-27T13:58:15.9110832Z > Task :app:processDebugMainManifest
2026-04-27T13:58:15.9121193Z > Task :app:packageDebugResources
2026-04-27T13:58:17.2108362Z > Task :app:parseDebugLocalResources
2026-04-27T13:58:17.2109389Z > Task :app:processDebugManifest
2026-04-27T13:58:17.2109900Z > Task :app:processDebugManifestForPackage
2026-04-27T13:58:17.2110614Z > Task :app:javaPreCompileDebug
2026-04-27T13:58:18.2131447Z > Task :app:preDebugAndroidTestBuild SKIPPED
2026-04-27T13:58:18.9104195Z > Task :app:processDebugResources
2026-04-27T13:58:23.6113874Z > Task :app:checkDebugAndroidTestAarMetadata
2026-04-27T13:58:33.5122451Z > Task :app:generateDebugAndroidTestResValues
2026-04-27T13:58:33.6104112Z > Task :app:mapDebugAndroidTestSourceSetPaths
2026-04-27T13:58:33.6151171Z > Task :app:generateDebugAndroidTestResources
2026-04-27T13:58:34.2103729Z > Task :app:mergeDebugAndroidTestResources
2026-04-27T13:58:34.3103992Z > Task :app:processDebugAndroidTestManifest
2026-04-27T13:58:34.8131232Z > Task :app:processDebugAndroidTestResources
2026-04-27T13:58:34.8148292Z > Task :app:javaPreCompileDebugAndroidTest
2026-04-27T13:58:34.8173821Z > Task :app:mergeDebugShaders
2026-04-27T13:58:34.8174296Z > Task :app:compileDebugShaders NO-SOURCE
2026-04-27T13:58:34.8190896Z > Task :app:generateDebugAssets UP-TO-DATE
2026-04-27T13:58:35.1127452Z > Task :app:mergeDebugAssets
2026-04-27T13:58:35.1145064Z > Task :app:compressDebugAssets
2026-04-27T13:58:35.1184189Z > Task :app:desugarDebugFileDependencies
2026-04-27T13:58:40.5112535Z > Task :app:checkDebugDuplicateClasses
2026-04-27T13:58:53.6104427Z > Task :app:compileDebugKotlin
2026-04-27T13:59:10.5152316Z > Task :app:mergeExtDexDebug
2026-04-27T13:59:32.3121300Z 
2026-04-27T13:59:32.3131214Z > Task :app:compileDebugKotlin
2026-04-27T13:59:32.3193105Z w: file:///home/runner/work/Service-Book/Service-Book/app/src/main/java/com/servicebook/ui/records/RecordDetailScreen.kt:150:60 'fun rememberTooltipPositionProvider(spacingBetweenTooltipAndAnchor: Dp = ...): PopupPositionProvider' is deprecated. Deprecated in favor of rememberTooltipPositionProvider API that takes a preferred positioning. Please use rememberTooltipPositionProvider with TooltipAnchorPosition.Above if this same behavior is desired.
2026-04-27T13:59:32.3233066Z w: file:///home/runner/work/Service-Book/Service-Book/app/src/main/java/com/servicebook/ui/records/RecordDetailScreen.kt:161:60 'fun rememberTooltipPositionProvider(spacingBetweenTooltipAndAnchor: Dp = ...): PopupPositionProvider' is deprecated. Deprecated in favor of rememberTooltipPositionProvider API that takes a preferred positioning. Please use rememberTooltipPositionProvider with TooltipAnchorPosition.Above if this same behavior is desired.
2026-04-27T13:59:32.3271950Z w: file:///home/runner/work/Service-Book/Service-Book/app/src/main/java/com/servicebook/ui/records/RecordDetailScreen.kt:368:49 'val Icons.Filled.InsertDriveFile: ImageVector' is deprecated. Use the AutoMirrored version at Icons.AutoMirrored.Filled.InsertDriveFile.
2026-04-27T13:59:32.3312894Z w: file:///home/runner/work/Service-Book/Service-Book/app/src/main/java/com/servicebook/ui/records/RecordDetailScreen.kt:442:64 'fun rememberTooltipPositionProvider(spacingBetweenTooltipAndAnchor: Dp = ...): PopupPositionProvider' is deprecated. Deprecated in favor of rememberTooltipPositionProvider API that takes a preferred positioning. Please use rememberTooltipPositionProvider with TooltipAnchorPosition.Above if this same behavior is desired.
2026-04-27T13:59:32.3332464Z w: file:///home/runner/work/Service-Book/Service-Book/app/src/main/java/com/servicebook/ui/records/RecordDetailScreen.kt:449:64 'fun rememberTooltipPositionProvider(spacingBetweenTooltipAndAnchor: Dp = ...): PopupPositionProvider' is deprecated. Deprecated in favor of rememberTooltipPositionProvider API that takes a preferred positioning. Please use rememberTooltipPositionProvider with TooltipAnchorPosition.Above if this same behavior is desired.
2026-04-27T13:59:32.3376469Z w: file:///home/runner/work/Service-Book/Service-Book/app/src/main/java/com/servicebook/ui/records/RecordDetailScreen.kt:540:107 'val Icons.Filled.InsertDriveFile: ImageVector' is deprecated. Use the AutoMirrored version at Icons.AutoMirrored.Filled.InsertDriveFile.
2026-04-27T14:00:52.9113056Z 
2026-04-27T14:00:52.9135029Z > Task :app:compileDebugJavaWithJavac NO-SOURCE
2026-04-27T14:00:53.0151380Z > Task :app:bundleDebugClassesToCompileJar
2026-04-27T14:01:08.5103962Z > Task :app:compileDebugAndroidTestKotlin
2026-04-27T14:01:10.8110166Z > Task :app:dexBuilderDebug
2026-04-27T14:01:10.8135938Z > Task :app:compileDebugAndroidTestJavaWithJavac NO-SOURCE
2026-04-27T14:01:11.0103972Z > Task :app:mergeDebugGlobalSynthetics
2026-04-27T14:01:11.2109688Z > Task :app:processDebugJavaRes
2026-04-27T14:01:12.8104833Z > Task :app:mergeLibDexDebug
2026-04-27T14:01:13.2110685Z > Task :app:mergeProjectDexDebug
2026-04-27T14:01:13.2120593Z > Task :app:mergeDebugJniLibFolders
2026-04-27T14:01:13.4104464Z > Task :app:mergeDebugNativeLibs
2026-04-27T14:01:14.2102839Z 
2026-04-27T14:01:14.2104759Z > Task :app:stripDebugDebugSymbols
2026-04-27T14:01:14.2105672Z Unable to strip the following libraries, packaging them as they are: libandroidx.graphics.path.so, libdatastore_shared_counter.so.
2026-04-27T14:01:15.0124445Z 
2026-04-27T14:01:15.0125226Z > Task :app:mergeDebugJavaResource
2026-04-27T14:01:15.5145114Z > Task :app:validateSigningDebug
2026-04-27T14:01:15.6106852Z > Task :app:writeDebugAppMetadata
2026-04-27T14:01:16.3105739Z > Task :app:writeDebugSigningConfigVersions
2026-04-27T14:01:16.3109633Z > Task :app:mergeDebugAndroidTestShaders
2026-04-27T14:01:16.3121971Z > Task :app:compileDebugAndroidTestShaders NO-SOURCE
2026-04-27T14:01:16.3122403Z > Task :app:generateDebugAndroidTestAssets UP-TO-DATE
2026-04-27T14:01:16.4302736Z > Task :app:mergeDebugAndroidTestAssets
2026-04-27T14:01:16.4320570Z > Task :app:compressDebugAndroidTestAssets
2026-04-27T14:01:16.4386103Z > Task :app:desugarDebugAndroidTestFileDependencies
2026-04-27T14:01:16.5302801Z > Task :app:dexBuilderDebugAndroidTest
2026-04-27T14:01:42.1103566Z > Task :app:packageDebug
2026-04-27T14:01:42.1110856Z > Task :app:mergeDebugAndroidTestGlobalSynthetics
2026-04-27T14:01:42.3105358Z > Task :app:createDebugApkListingFileRedirect
2026-04-27T14:01:42.3110614Z > Task :app:processDebugAndroidTestJavaRes
2026-04-27T14:01:43.2103861Z > Task :app:checkDebugAndroidTestDuplicateClasses
2026-04-27T14:01:43.4106021Z > Task :app:mergeDebugAndroidTestJavaResource
2026-04-27T14:01:45.8113435Z > Task :app:mergeLibDexDebugAndroidTest
2026-04-27T14:01:45.9135133Z > Task :app:mergeExtDexDebugAndroidTest
2026-04-27T14:01:45.9147648Z > Task :app:mergeDebugAndroidTestJniLibFolders
2026-04-27T14:01:45.9191937Z > Task :app:mergeProjectDexDebugAndroidTest
2026-04-27T14:01:46.0108635Z > Task :app:validateSigningDebugAndroidTest
2026-04-27T14:01:46.0130129Z > Task :app:writeDebugAndroidTestSigningConfigVersions
2026-04-27T14:01:46.0138076Z > Task :app:mergeDebugAndroidTestNativeLibs
2026-04-27T14:01:46.0163249Z 
2026-04-27T14:01:46.0190625Z > Task :app:stripDebugAndroidTestDebugSymbols
2026-04-27T14:01:46.0195235Z Unable to strip the following libraries, packaging them as they are: libmockkjvmtiagent.so.
2026-04-27T14:01:46.6104632Z 
2026-04-27T14:01:46.6108852Z > Task :app:packageDebugAndroidTest
2026-04-27T14:01:46.6109498Z > Task :app:createDebugAndroidTestApkListingFileRedirect
2026-04-27T14:01:48.3106230Z 
2026-04-27T14:01:48.3107279Z > Task :app:pixel2api33Setup
2026-04-27T14:01:48.3107942Z Checking the license for package Android Emulator in /usr/local/lib/android/sdk/licenses
2026-04-27T14:01:48.3108610Z License for package Android Emulator accepted.
2026-04-27T14:01:48.4112847Z Preparing "Install Android Emulator v.36.5.11".
2026-04-27T14:02:08.4107385Z "Install Android Emulator v.36.5.11" ready.
2026-04-27T14:02:08.4110681Z Installing Android Emulator in /usr/local/lib/android/sdk/emulator
2026-04-27T14:02:08.4117289Z "Install Android Emulator v.36.5.11" complete.
2026-04-27T14:02:09.0105021Z "Install Android Emulator v.36.5.11" finished.
2026-04-27T14:02:09.1103744Z Checking the license for package Intel x86_64 Atom System Image in /usr/local/lib/android/sdk/licenses
2026-04-27T14:02:09.1105756Z License for package Intel x86_64 Atom System Image accepted.
2026-04-27T14:02:09.1106441Z Preparing "Install Intel x86_64 Atom System Image API 33 (revision 2)".
2026-04-27T14:03:42.3104699Z "Install Intel x86_64 Atom System Image API 33 (revision 2)" ready.
2026-04-27T14:03:42.3111166Z Installing Intel x86_64 Atom System Image in /usr/local/lib/android/sdk/system-images/android-33/default/x86_64
2026-04-27T14:03:42.3112316Z "Install Intel x86_64 Atom System Image API 33 (revision 2)" complete.
2026-04-27T14:03:42.3113065Z "Install Intel x86_64 Atom System Image API 33 (revision 2)" finished.
2026-04-27T14:08:01.2179450Z 
2026-04-27T14:08:01.2312028Z > Task :app:pixel2api33DebugAndroidTest
2026-04-27T14:09:44.7111352Z Starting 9 tests on pixel2api33
2026-04-27T14:09:54.7113439Z 
2026-04-27T14:09:54.7153425Z pixel2api33 Tests 0/9 completed. (0 skipped) (0 failed)
2026-04-27T14:10:24.7131829Z pixel2api33 Tests 1/9 completed. (0 skipped) (0 failed)
2026-04-27T14:10:40.3122015Z 
2026-04-27T14:10:40.3148184Z > Task :app:pixel2api33DebugAndroidTest
2026-04-27T14:10:40.3187499Z 
2026-04-27T14:10:40.6094934Z com.servicebook.SmokeTest > takePhotoIntent[pixel2api33] [31mFAILED [0m
2026-04-27T14:10:40.6465966Z 	androidx.test.espresso.base.RootViewPicker$RootViewWithoutFocusException: Waited for the root of the view hierarchy to have window focus and not request layout for 10 seconds. If you specified a non default root matcher, it may be picking a root that never takes focus. Root:
2026-04-27T14:10:40.6473052Z 	Root{application-window-token=android.view.ViewRootImpl$W@5077d89, window-token=android.view.ViewRootImpl$W@5077d89, has-window-focus=false, layout-params-type=1, layout-params-string={(0,0)(fillxfill) sim={adjust=resize forwardNavigation} layoutInDisplayCutoutMode=always ty=BASE_APPLICATION wanim=0x10302fd
2026-04-27T14:10:44.7106477Z 
2026-04-27T14:10:44.7121741Z pixel2api33 Tests 2/9 completed. (0 skipped) (1 failed)
2026-04-27T14:10:59.3120796Z 
2026-04-27T14:10:59.3170669Z > Task :app:pixel2api33DebugAndroidTest
2026-04-27T14:10:59.3190571Z 
2026-04-27T14:10:59.3198536Z com.servicebook.SmokeTest > editServiceRecord[pixel2api33] [31mFAILED [0m
2026-04-27T14:10:59.3230694Z 	androidx.compose.ui.test.ComposeTimeoutException: Condition still not satisfied after 5000 ms
2026-04-27T14:10:59.3253617Z 		at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$AndroidComposeUiTestImpl.waitUntil(ComposeUiTest.android.kt:809)
2026-04-27T14:11:04.7139280Z 
2026-04-27T14:11:04.7171281Z pixel2api33 Tests 3/9 completed. (0 skipped) (2 failed)
2026-04-27T14:11:17.4103291Z 
2026-04-27T14:11:17.4181044Z > Task :app:pixel2api33DebugAndroidTest
2026-04-27T14:11:17.4190511Z 
2026-04-27T14:11:17.4225364Z com.servicebook.SmokeTest > backNavigation[pixel2api33] [31mFAILED [0m
2026-04-27T14:11:17.6111773Z 	androidx.compose.ui.test.ComposeTimeoutException: Condition still not satisfied after 5000 ms
2026-04-27T14:11:17.6182556Z 		at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$AndroidComposeUiTestImpl.waitUntil(ComposeUiTest.android.kt:809)
2026-04-27T14:11:24.7518486Z 
2026-04-27T14:11:24.7549580Z pixel2api33 Tests 5/9 completed. (0 skipped) (3 failed)
2026-04-27T14:11:39.2123414Z 
2026-04-27T14:11:39.2161270Z > Task :app:pixel2api33DebugAndroidTest
2026-04-27T14:11:39.2189064Z 
2026-04-27T14:11:39.2221290Z com.servicebook.SmokeTest > attachmentAddViewRemove[pixel2api33] [31mFAILED [0m
2026-04-27T14:11:39.2241128Z 	androidx.compose.ui.test.ComposeTimeoutException: Condition still not satisfied after 5000 ms
2026-04-27T14:11:39.2284992Z 		at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$AndroidComposeUiTestImpl.waitUntil(ComposeUiTest.android.kt:809)
2026-04-27T14:11:44.7121320Z 
2026-04-27T14:11:44.7163837Z pixel2api33 Tests 6/9 completed. (0 skipped) (4 failed)
2026-04-27T14:11:54.7115617Z pixel2api33 Tests 7/9 completed. (0 skipped) (4 failed)
2026-04-27T14:12:01.2103347Z 
2026-04-27T14:12:01.2139670Z > Task :app:pixel2api33DebugAndroidTest
2026-04-27T14:12:01.2167103Z 
2026-04-27T14:12:01.2194559Z com.servicebook.SmokeTest > coreHappyPath[pixel2api33] [31mFAILED [0m
2026-04-27T14:12:01.2233716Z 	java.lang.IllegalStateException: No compose hierarchies found in the app. Possible reasons include: (1) the Activity that calls setContent did not launch; (2) setContent was not called; (3) setContent was called before the ComposeTestRule ran. If setContent is called by the Activity, make sure the Activity is launched after the ComposeTestRule runs
2026-04-27T14:12:01.2280505Z 		at androidx.compose.ui.test.TestOwnerKt.getAllSemanticsNodes(TestOwner.kt:106)
2026-04-27T14:12:04.7134379Z 
2026-04-27T14:12:04.7173782Z pixel2api33 Tests 8/9 completed. (0 skipped) (5 failed)
2026-04-27T14:12:20.9104088Z 
2026-04-27T14:12:20.9111042Z > Task :app:pixel2api33DebugAndroidTest
2026-04-27T14:12:20.9671129Z 
2026-04-27T14:12:20.9672170Z com.servicebook.SmokeTest > deleteServiceRecord[pixel2api33] [31mFAILED [0m
2026-04-27T14:12:20.9686891Z 	androidx.compose.ui.test.ComposeTimeoutException: Condition still not satisfied after 5000 ms
2026-04-27T14:12:20.9690818Z 		at androidx.compose.ui.test.AndroidComposeUiTestEnvironment$AndroidComposeUiTestImpl.waitUntil(ComposeUiTest.android.kt:809)
2026-04-27T14:12:24.7102860Z 
2026-04-27T14:12:24.7253653Z pixel2api33 Tests 9/9 completed. (0 skipped) (6 failed)
2026-04-27T14:12:27.0102953Z 
2026-04-27T14:12:27.0103904Z > Task :app:pixel2api33DebugAndroidTest
2026-04-27T14:12:27.0106564Z Tests on pixel2api33 failed: There was 6 failure(s).
2026-04-27T14:12:27.1111650Z 
2026-04-27T14:12:27.1203160Z Finished 9 tests on pixel2api33
2026-04-27T14:12:28.5118957Z 
2026-04-27T14:12:28.5127597Z > Task :app:pixel2api33DebugAndroidTest FAILED
2026-04-27T14:12:28.7111649Z 
2026-04-27T14:12:28.7114454Z 66 actionable tasks: 66 executed
2026-04-27T14:12:28.7138728Z FAILURE: Build failed with an exception.
2026-04-27T14:12:28.7141730Z 
2026-04-27T14:12:28.7145052Z * What went wrong:
2026-04-27T14:12:28.7153534Z Execution failed for task ':app:pixel2api33DebugAndroidTest'.
2026-04-27T14:12:28.7172839Z > There were failing tests. See the report at: file:///home/runner/work/Service-Book/Service-Book/app/build/reports/androidTests/managedDevice/debug/pixel2api33/index.html
2026-04-27T14:12:28.7175026Z 
2026-04-27T14:12:28.7177554Z * Try:
2026-04-27T14:12:28.7184844Z > Run with --stacktrace option to get the stack trace.
2026-04-27T14:12:28.7189966Z > Run with --info or --debug option to get more log output.
2026-04-27T14:12:28.7198276Z > Run with --scan to get full insights.
2026-04-27T14:12:28.7201556Z > Get more help at https://help.gradle.org.
2026-04-27T14:12:28.7204670Z 
2026-04-27T14:12:28.7208439Z BUILD FAILED in 15m 53s
2026-04-27T14:12:30.8188114Z ##[error]Process completed with exit code 1.
2026-04-27T14:12:31.2421308Z ##[group]Run actions/upload-artifact@v7
2026-04-27T14:12:31.2421549Z with:
2026-04-27T14:12:31.2421692Z   name: gmd-test-reports
2026-04-27T14:12:31.2422044Z   path: app/build/reports/androidTests/managedDevice/
app/build/outputs/androidTest-results/managedDevice/

2026-04-27T14:12:31.2422445Z   if-no-files-found: warn
2026-04-27T14:12:31.2422608Z   retention-days: 7
2026-04-27T14:12:31.2422751Z   compression-level: 6
2026-04-27T14:12:31.2422905Z   overwrite: false
2026-04-27T14:12:31.2423055Z   include-hidden-files: false
2026-04-27T14:12:31.2423219Z   archive: true
2026-04-27T14:12:31.2423351Z env:
2026-04-27T14:12:31.2423556Z   JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.18-8/x64
2026-04-27T14:12:31.2423898Z   JAVA_HOME_17_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.18-8/x64
2026-04-27T14:12:31.2424155Z ##[endgroup]
2026-04-27T14:12:32.2076252Z Multiple search paths detected. Calculating the least common ancestor of all paths
2026-04-27T14:12:32.2078816Z The least common ancestor is /home/runner/work/Service-Book/Service-Book/app/build. This will be the root directory of the artifact
2026-04-27T14:12:32.2081459Z With the provided path, there will be 64 files uploaded
2026-04-27T14:12:32.2084808Z Artifact name is valid!
2026-04-27T14:12:32.2086571Z Root directory input is valid!
2026-04-27T14:12:32.7581310Z Uploading artifact: gmd-test-reports.zip
2026-04-27T14:12:32.7581907Z Beginning upload of artifact content to blob storage
2026-04-27T14:12:32.7582365Z Uploaded bytes 294574
2026-04-27T14:12:32.7582580Z Finished uploading artifact content to blob storage!
2026-04-27T14:12:32.7582980Z SHA256 digest of uploaded artifact is 1b31efbda565170ddd09bd5a13b895c92c39ac5548b3838701dc534bfc43e924
2026-04-27T14:12:32.7583349Z Finalizing artifact upload
2026-04-27T14:12:32.7900082Z Artifact gmd-test-reports successfully finalized. Artifact ID 6662743987
2026-04-27T14:12:32.7901845Z Artifact gmd-test-reports has been successfully uploaded! Final size is 294574 bytes. Artifact ID is 6662743987
2026-04-27T14:12:32.7904157Z Artifact download URL: https://github.com/Mesya82/Service-Book/actions/runs/24999286116/artifacts/6662743987
2026-04-27T14:12:32.8426126Z Post job cleanup.
2026-04-27T14:12:33.5545836Z Post job cleanup.
2026-04-27T14:12:34.1864291Z [command]/usr/bin/git version
2026-04-27T14:12:34.1915870Z git version 2.53.0
2026-04-27T14:12:34.1949770Z Temporarily overriding HOME='/home/runner/work/_temp/5fd83039-f405-47c0-b5e6-fd27bd64b27e' before making global git config changes
2026-04-27T14:12:34.1951888Z Adding repository directory to the temporary git global config as a safe directory
2026-04-27T14:12:34.1956573Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Service-Book/Service-Book
2026-04-27T14:12:34.2019735Z Removing SSH command configuration
2026-04-27T14:12:34.2025771Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-04-27T14:12:34.2066711Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-04-27T14:12:34.2652237Z Removing HTTP extra header
2026-04-27T14:12:34.2658946Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-04-27T14:12:34.2721605Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-04-27T14:12:34.2957876Z Removing includeIf entries pointing to credentials config files
2026-04-27T14:12:34.2959510Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-04-27T14:12:34.2993004Z includeif.gitdir:/home/runner/work/Service-Book/Service-Book/.git.path
2026-04-27T14:12:34.2993898Z includeif.gitdir:/home/runner/work/Service-Book/Service-Book/.git/worktrees/*.path
2026-04-27T14:12:34.3001627Z includeif.gitdir:/github/workspace/.git.path
2026-04-27T14:12:34.3002399Z includeif.gitdir:/github/workspace/.git/worktrees/*.path
2026-04-27T14:12:34.3033179Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/Service-Book/Service-Book/.git.path
2026-04-27T14:12:34.3061011Z /home/runner/work/_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T14:12:34.3095958Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/Service-Book/Service-Book/.git.path /home/runner/work/_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T14:12:34.3111334Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/Service-Book/Service-Book/.git/worktrees/*.path
2026-04-27T14:12:34.3129015Z /home/runner/work/_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T14:12:34.3163388Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/Service-Book/Service-Book/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T14:12:34.3185607Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git.path
2026-04-27T14:12:34.3199173Z /github/runner_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T14:12:34.3222461Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T14:12:34.3261864Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path
2026-04-27T14:12:34.3285221Z /github/runner_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T14:12:34.3296469Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config
2026-04-27T14:12:34.3342717Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-04-27T14:12:34.3537129Z Removing credentials config '/home/runner/work/_temp/git-credentials-fa16d226-9763-4ba9-af51-1a0faf50cb4a.config'
2026-04-27T14:12:34.5403920Z Cleaning up orphan processes
2026-04-27T14:12:34.5771409Z Terminate orphan process: pid (2091) (java)
2026-04-27T14:12:34.5797146Z Terminate orphan process: pid (2190) (java)
2026-04-27T14:12:34.5829947Z Terminate orphan process: pid (2452) (adb)
